LineGraphType.splineThrough

Adds a bezeier curve using points to derive the control points

struct LineGraphType(bool checkNegative, TYPE)
void
splineThrough
(
TYPE x
,
TYPE y
,
TYPE x2
,
TYPE y2
,
float tension
)

Parameters

x TYPE

To position

y TYPE

To position

x2 TYPE

Point to go through

y2 TYPE

Point to go through

tension float

Tension for the curve

Meta